pub struct ScopeContract {
pub flags: Vec<FlagContract>,
pub default: &'static str,
pub identity_keys: Vec<&'static str>,
}Fields§
§flags: Vec<FlagContract>§default: &'static str§identity_keys: Vec<&'static str>Trait Implementations§
Source§impl Debug for ScopeContract
impl Debug for ScopeContract
Auto Trait Implementations§
impl Freeze for ScopeContract
impl RefUnwindSafe for ScopeContract
impl Send for ScopeContract
impl Sync for ScopeContract
impl Unpin for ScopeContract
impl UnsafeUnpin for ScopeContract
impl UnwindSafe for ScopeContract
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