pub struct ExtensionNameSpaceView {
pub ext: ExtHandle,
pub key_ident: KeyIdentHandle,
}Fields§
§ext: ExtHandle§key_ident: KeyIdentHandleTrait Implementations§
Source§impl Clone for ExtensionNameSpaceView
impl Clone for ExtensionNameSpaceView
Source§fn clone(&self) -> ExtensionNameSpaceView
fn clone(&self) -> ExtensionNameSpaceView
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 ExtensionNameSpaceView
impl Debug for ExtensionNameSpaceView
Source§impl PartialEq for ExtensionNameSpaceView
impl PartialEq for ExtensionNameSpaceView
impl Copy for ExtensionNameSpaceView
impl Eq for ExtensionNameSpaceView
impl StructuralPartialEq for ExtensionNameSpaceView
Auto Trait Implementations§
impl Freeze for ExtensionNameSpaceView
impl RefUnwindSafe for ExtensionNameSpaceView
impl Send for ExtensionNameSpaceView
impl Sync for ExtensionNameSpaceView
impl Unpin for ExtensionNameSpaceView
impl UnwindSafe for ExtensionNameSpaceView
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