pub struct ContextKeyProvision {
pub ty: String,
pub required: bool,
pub writable: bool,
}Fields§
§ty: String§required: bool§writable: boolTrait Implementations§
Source§impl Clone for ContextKeyProvision
impl Clone for ContextKeyProvision
Source§fn clone(&self) -> ContextKeyProvision
fn clone(&self) -> ContextKeyProvision
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 moreAuto Trait Implementations§
impl Freeze for ContextKeyProvision
impl RefUnwindSafe for ContextKeyProvision
impl Send for ContextKeyProvision
impl Sync for ContextKeyProvision
impl Unpin for ContextKeyProvision
impl UnsafeUnpin for ContextKeyProvision
impl UnwindSafe for ContextKeyProvision
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