pub struct ThingRef {
uuid: Uuid,
name: String,
}
Fields§
§uuid: Uuid
§name: String
Trait Implementations§
impl Eq for ThingRef
impl StructuralPartialEq for ThingRef
Auto Trait Implementations§
impl Freeze for ThingRef
impl RefUnwindSafe for ThingRef
impl Send for ThingRef
impl Sync for ThingRef
impl Unpin for ThingRef
impl UnwindSafe for ThingRef
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