pub struct UdlFile {
pub module_path: String,
pub namespace: String,
pub file_stub: String,
}
Fields§
§module_path: String
§namespace: String
§file_stub: String
Trait Implementations§
Source§impl Ord for UdlFile
impl Ord for UdlFile
Source§impl PartialOrd for UdlFile
impl PartialOrd for UdlFile
impl Eq for UdlFile
impl StructuralPartialEq for UdlFile
Auto Trait Implementations§
impl Freeze for UdlFile
impl RefUnwindSafe for UdlFile
impl Send for UdlFile
impl Sync for UdlFile
impl Unpin for UdlFile
impl UnwindSafe for UdlFile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more