pub struct RemoteInfoResponse {}Implementations§
Source§impl RemoteInfoResponse
impl RemoteInfoResponse
pub fn new() -> RemoteInfoResponse
Trait Implementations§
Source§impl Clone for RemoteInfoResponse
impl Clone for RemoteInfoResponse
Source§fn clone(&self) -> RemoteInfoResponse
fn clone(&self) -> RemoteInfoResponse
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 RemoteInfoResponse
impl Debug for RemoteInfoResponse
Source§impl Default for RemoteInfoResponse
impl Default for RemoteInfoResponse
Source§fn default() -> RemoteInfoResponse
fn default() -> RemoteInfoResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoteInfoResponse
impl<'de> Deserialize<'de> for RemoteInfoResponse
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 RemoteInfoResponse
impl PartialEq for RemoteInfoResponse
Source§fn eq(&self, other: &RemoteInfoResponse) -> bool
fn eq(&self, other: &RemoteInfoResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RemoteInfoResponse
impl Serialize for RemoteInfoResponse
impl StructuralPartialEq for RemoteInfoResponse
Auto Trait Implementations§
impl Freeze for RemoteInfoResponse
impl RefUnwindSafe for RemoteInfoResponse
impl Send for RemoteInfoResponse
impl Sync for RemoteInfoResponse
impl Unpin for RemoteInfoResponse
impl UnsafeUnpin for RemoteInfoResponse
impl UnwindSafe for RemoteInfoResponse
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