Struct ricq_core::jce::FileStorageServerInfo
source · [−]Fields
server: Stringport: i32Trait Implementations
sourceimpl Clone for FileStorageServerInfo
impl Clone for FileStorageServerInfo
sourcefn clone(&self) -> FileStorageServerInfo
fn clone(&self) -> FileStorageServerInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FileStorageServerInfo
impl Debug for FileStorageServerInfo
sourceimpl Default for FileStorageServerInfo
impl Default for FileStorageServerInfo
sourcefn default() -> FileStorageServerInfo
fn default() -> FileStorageServerInfo
Returns the “default value” for a type. Read more
sourceimpl JceGet for FileStorageServerInfo
impl JceGet for FileStorageServerInfo
fn jce_get<B: Buf + ?Sized>(jce: &mut Jce<'_, B>) -> JceResult<Self>
fn empty() -> JceResult<Self>
fn get_from_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn get_by_tag<B>(jce: &mut Jce<'_, B>, tag: u8) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn from_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn from_boxed_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
sourceimpl JcePut for FileStorageServerInfo
impl JcePut for FileStorageServerInfo
sourceimpl PartialEq<FileStorageServerInfo> for FileStorageServerInfo
impl PartialEq<FileStorageServerInfo> for FileStorageServerInfo
sourcefn eq(&self, other: &FileStorageServerInfo) -> bool
fn eq(&self, other: &FileStorageServerInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FileStorageServerInfo) -> bool
fn ne(&self, other: &FileStorageServerInfo) -> bool
This method tests for !=.
impl StructuralPartialEq for FileStorageServerInfo
Auto Trait Implementations
impl RefUnwindSafe for FileStorageServerInfo
impl Send for FileStorageServerInfo
impl Sync for FileStorageServerInfo
impl Unpin for FileStorageServerInfo
impl UnwindSafe for FileStorageServerInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more