pub struct Padme;Implementations§
Auto Trait Implementations§
impl Freeze for Padme
impl RefUnwindSafe for Padme
impl Send for Padme
impl Sync for Padme
impl Unpin for Padme
impl UnsafeUnpin for Padme
impl UnwindSafe for Padme
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