pub struct MethodList {
pub method: Vec<String>,
}Fields§
§method: Vec<String>Trait Implementations§
Source§impl Clone for MethodList
impl Clone for MethodList
Source§fn clone(&self) -> MethodList
fn clone(&self) -> MethodList
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 MethodList
impl Debug for MethodList
Source§impl Default for MethodList
impl Default for MethodList
Source§fn default() -> MethodList
fn default() -> MethodList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MethodList
impl<'de> Deserialize<'de> for MethodList
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
Auto Trait Implementations§
impl Freeze for MethodList
impl RefUnwindSafe for MethodList
impl Send for MethodList
impl Sync for MethodList
impl Unpin for MethodList
impl UnsafeUnpin for MethodList
impl UnwindSafe for MethodList
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