pub struct vcl_sub { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for vcl_sub
impl RefUnwindSafe for vcl_sub
impl Send for vcl_sub
impl Sync for vcl_sub
impl Unpin for vcl_sub
impl UnsafeUnpin for vcl_sub
impl UnwindSafe for vcl_sub
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