#[repr(transparent)]pub struct Moveable(pub Note);Tuple Fields§
§0: NoteTrait Implementations§
Auto Trait Implementations§
impl Freeze for Moveable
impl RefUnwindSafe for Moveable
impl Send for Moveable
impl Sync for Moveable
impl Unpin for Moveable
impl UnwindSafe for Moveable
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