pub struct isSecurityPolicyEnabled;
Trait Implementations§
Source§impl Field for isSecurityPolicyEnabled
impl Field for isSecurityPolicyEnabled
Source§impl HasField<isSecurityPolicyEnabled> for Repository
impl HasField<isSecurityPolicyEnabled> for Repository
Auto Trait Implementations§
impl Freeze for isSecurityPolicyEnabled
impl RefUnwindSafe for isSecurityPolicyEnabled
impl Send for isSecurityPolicyEnabled
impl Sync for isSecurityPolicyEnabled
impl Unpin for isSecurityPolicyEnabled
impl UnwindSafe for isSecurityPolicyEnabled
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