pub struct Concession;Expand description
Concession (238).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Concession
impl RefUnwindSafe for Concession
impl Send for Concession
impl Sync for Concession
impl Unpin for Concession
impl UnsafeUnpin for Concession
impl UnwindSafe for Concession
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