pub struct ModuleExtend {
pub items: Vec<ExtendItem>,
}Expand description
扩展模块
Fields§
§items: Vec<ExtendItem>项
Trait Implementations§
Source§impl Clone for ModuleExtend
impl Clone for ModuleExtend
Source§fn clone(&self) -> ModuleExtend
fn clone(&self) -> ModuleExtend
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 moreSource§impl Debug for ModuleExtend
impl Debug for ModuleExtend
Source§impl Default for ModuleExtend
impl Default for ModuleExtend
Source§fn default() -> ModuleExtend
fn default() -> ModuleExtend
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModuleExtend
impl<'de> Deserialize<'de> for ModuleExtend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModuleExtend
impl PartialEq for ModuleExtend
Source§fn eq(&self, other: &ModuleExtend) -> bool
fn eq(&self, other: &ModuleExtend) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModuleExtend
impl Serialize for ModuleExtend
impl StructuralPartialEq for ModuleExtend
Auto Trait Implementations§
impl Freeze for ModuleExtend
impl RefUnwindSafe for ModuleExtend
impl Send for ModuleExtend
impl Sync for ModuleExtend
impl Unpin for ModuleExtend
impl UnsafeUnpin for ModuleExtend
impl UnwindSafe for ModuleExtend
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