pub struct Acl {
pub raw: VCL_ACL,
}Fields§
§raw: VCL_ACLImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Acl
impl !Sync for Acl
impl Freeze for Acl
impl RefUnwindSafe for Acl
impl Unpin for Acl
impl UnsafeUnpin for Acl
impl UnwindSafe for Acl
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