pub struct StrictPolicy {
pub signatures: Vec<SignatureRef>,
}Fields§
§signatures: Vec<SignatureRef>Trait Implementations§
Source§impl Clone for StrictPolicy
impl Clone for StrictPolicy
Source§fn clone(&self) -> StrictPolicy
fn clone(&self) -> StrictPolicy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StrictPolicy
impl Debug for StrictPolicy
Source§impl Default for StrictPolicy
impl Default for StrictPolicy
Source§fn default() -> StrictPolicy
fn default() -> StrictPolicy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StrictPolicy
impl RefUnwindSafe for StrictPolicy
impl Send for StrictPolicy
impl Sync for StrictPolicy
impl Unpin for StrictPolicy
impl UnwindSafe for StrictPolicy
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