pub struct MandateLink {}
Trait Implementations§
Source§impl Clone for MandateLink
impl Clone for MandateLink
Source§fn clone(&self) -> MandateLink
fn clone(&self) -> MandateLink
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 moreSource§impl Debug for MandateLink
impl Debug for MandateLink
Source§impl Deserialize for MandateLink
impl Deserialize for MandateLink
Source§impl ObjectDeser for MandateLink
impl ObjectDeser for MandateLink
impl Copy for MandateLink
Auto Trait Implementations§
impl Freeze for MandateLink
impl RefUnwindSafe for MandateLink
impl Send for MandateLink
impl Sync for MandateLink
impl Unpin for MandateLink
impl UnwindSafe for MandateLink
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