Struct scsys_core::caveats::Justification
source · Fields
caveats: Vec<Box<dyn Caveat>>
Auto Trait Implementations
impl !RefUnwindSafe for Justification
impl !Send for Justification
impl !Sync for Justification
impl Unpin for Justification
impl !UnwindSafe for Justification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more