pub struct ResponseIdentify {
pub file_type: FileType,
}Fields§
§file_type: FileTypeTrait Implementations§
Source§impl Clone for ResponseIdentify
impl Clone for ResponseIdentify
Source§fn clone(&self) -> ResponseIdentify
fn clone(&self) -> ResponseIdentify
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 ResponseIdentify
impl Debug for ResponseIdentify
Source§impl<'de> Deserialize<'de> for ResponseIdentify
impl<'de> Deserialize<'de> for ResponseIdentify
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<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> From<ResponseIdentify> for Response<N, C, E>
impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> From<ResponseIdentify> for Response<N, C, E>
Source§fn from(value: ResponseIdentify) -> Self
fn from(value: ResponseIdentify) -> Self
Converts to this type from the input type.
Source§impl Hash for ResponseIdentify
impl Hash for ResponseIdentify
Source§impl PartialEq for ResponseIdentify
impl PartialEq for ResponseIdentify
Source§impl Serialize for ResponseIdentify
impl Serialize for ResponseIdentify
Source§impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> TryFrom<Message<N, C, E>> for ResponseIdentify
impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> TryFrom<Message<N, C, E>> for ResponseIdentify
impl Eq for ResponseIdentify
impl StructuralPartialEq for ResponseIdentify
Auto Trait Implementations§
impl Freeze for ResponseIdentify
impl RefUnwindSafe for ResponseIdentify
impl Send for ResponseIdentify
impl Sync for ResponseIdentify
impl Unpin for ResponseIdentify
impl UnsafeUnpin for ResponseIdentify
impl UnwindSafe for ResponseIdentify
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