pub struct IdentifierWithMod {
pub mod_name: String,
pub name: String,
}Fields§
§mod_name: String§name: StringImplementations§
Trait Implementations§
Source§impl Clone for IdentifierWithMod
impl Clone for IdentifierWithMod
Source§fn clone(&self) -> IdentifierWithMod
fn clone(&self) -> IdentifierWithMod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IdentifierWithMod
impl RefUnwindSafe for IdentifierWithMod
impl Send for IdentifierWithMod
impl Sync for IdentifierWithMod
impl Unpin for IdentifierWithMod
impl UnsafeUnpin for IdentifierWithMod
impl UnwindSafe for IdentifierWithMod
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