pub struct MethodString(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for MethodString
impl Clone for MethodString
Source§fn clone(&self) -> MethodString
fn clone(&self) -> MethodString
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 MethodString
impl Debug for MethodString
Source§impl<'de> Deserialize<'de> for MethodString
impl<'de> Deserialize<'de> for MethodString
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 Display for MethodString
impl Display for MethodString
Source§impl Hash for MethodString
impl Hash for MethodString
Source§impl Pack for MethodString
impl Pack for MethodString
Source§impl PartialEq for MethodString
impl PartialEq for MethodString
Source§impl Serialize for MethodString
impl Serialize for MethodString
Source§impl ToSchema for MethodString
impl ToSchema for MethodString
fn schema(builder: &mut SchemaBuilder) -> AnyType
Source§impl<'a> Unpack<'a> for MethodString
impl<'a> Unpack<'a> for MethodString
Source§fn unpack(src: &mut FracInputStream<'a>) -> Result<Self>
fn unpack(src: &mut FracInputStream<'a>) -> Result<Self>
Convert from fracpack format. Also verifies the integrity of the data. Read more
Source§fn verify(src: &mut FracInputStream<'_>) -> Result<()>
fn verify(src: &mut FracInputStream<'_>) -> Result<()>
Verify the integrity of fracpack data. You don’t need to call this if
using [Pack::unpack] since it verifies integrity during unpack.
impl Eq for MethodString
Auto Trait Implementations§
impl Freeze for MethodString
impl RefUnwindSafe for MethodString
impl Send for MethodString
impl Sync for MethodString
impl Unpin for MethodString
impl UnwindSafe for MethodString
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.