Struct deno_doc::html::NamespacedGlobalSymbols
source · pub struct NamespacedGlobalSymbols(/* private fields */);Implementations§
Trait Implementations§
source§impl Clone for NamespacedGlobalSymbols
impl Clone for NamespacedGlobalSymbols
source§fn clone(&self) -> NamespacedGlobalSymbols
fn clone(&self) -> NamespacedGlobalSymbols
Returns a copy 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 Default for NamespacedGlobalSymbols
impl Default for NamespacedGlobalSymbols
source§fn default() -> NamespacedGlobalSymbols
fn default() -> NamespacedGlobalSymbols
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NamespacedGlobalSymbols
impl !Send for NamespacedGlobalSymbols
impl !Sync for NamespacedGlobalSymbols
impl Unpin for NamespacedGlobalSymbols
impl UnwindSafe for NamespacedGlobalSymbols
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