pub enum SCT {}Auto Trait Implementations§
impl Freeze for SCT
impl RefUnwindSafe for SCT
impl Send for SCT
impl Sync for SCT
impl Unpin for SCT
impl UnwindSafe for SCT
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