#[repr(C)]pub struct vclref { /* private fields */ }Expand description
API to restrict the VCL in various ways
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vclref
impl RefUnwindSafe for vclref
impl Send for vclref
impl Sync for vclref
impl Unpin for vclref
impl UnwindSafe for vclref
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