pub struct RelinkResponse {
pub nodes: u64,
pub links: u64,
}Expand description
The shape returned by POST /admin/relink.
Fields§
§nodes: u64§links: u64Trait Implementations§
Source§impl Clone for RelinkResponse
impl Clone for RelinkResponse
Source§fn clone(&self) -> RelinkResponse
fn clone(&self) -> RelinkResponse
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 RelinkResponse
impl Debug for RelinkResponse
Source§impl<'de> Deserialize<'de> for RelinkResponse
impl<'de> Deserialize<'de> for RelinkResponse
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
impl Eq for RelinkResponse
Source§impl PartialEq for RelinkResponse
impl PartialEq for RelinkResponse
Source§impl Serialize for RelinkResponse
impl Serialize for RelinkResponse
impl StructuralPartialEq for RelinkResponse
Auto Trait Implementations§
impl Freeze for RelinkResponse
impl RefUnwindSafe for RelinkResponse
impl Send for RelinkResponse
impl Sync for RelinkResponse
impl Unpin for RelinkResponse
impl UnsafeUnpin for RelinkResponse
impl UnwindSafe for RelinkResponse
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