pub struct AllowAllPolicy;Expand description
Unrestricted policy used by the general-purpose semantic linker methods.
Trait Implementations§
Source§impl Clone for AllowAllPolicy
impl Clone for AllowAllPolicy
Source§fn clone(&self) -> AllowAllPolicy
fn clone(&self) -> AllowAllPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AllowAllPolicy
Source§impl Debug for AllowAllPolicy
impl Debug for AllowAllPolicy
Source§impl Default for AllowAllPolicy
impl Default for AllowAllPolicy
Source§fn default() -> AllowAllPolicy
fn default() -> AllowAllPolicy
Returns the “default value” for a type. Read more
impl Eq for AllowAllPolicy
Source§impl LinkPolicy for AllowAllPolicy
impl LinkPolicy for AllowAllPolicy
Source§impl PartialEq for AllowAllPolicy
impl PartialEq for AllowAllPolicy
impl StructuralPartialEq for AllowAllPolicy
Auto Trait Implementations§
impl Freeze for AllowAllPolicy
impl RefUnwindSafe for AllowAllPolicy
impl Send for AllowAllPolicy
impl Sync for AllowAllPolicy
impl Unpin for AllowAllPolicy
impl UnsafeUnpin for AllowAllPolicy
impl UnwindSafe for AllowAllPolicy
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