pub struct AuthorRehashReleaseBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AuthorRehashReleaseBody
impl Clone for AuthorRehashReleaseBody
Source§fn clone(&self) -> AuthorRehashReleaseBody
fn clone(&self) -> AuthorRehashReleaseBody
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 AuthorRehashReleaseBody
impl Debug for AuthorRehashReleaseBody
Source§impl Default for AuthorRehashReleaseBody
impl Default for AuthorRehashReleaseBody
Source§impl From<AuthorRehashReleaseBody> for AuthorRehashReleaseBody
impl From<AuthorRehashReleaseBody> for AuthorRehashReleaseBody
Source§fn from(value: AuthorRehashReleaseBody) -> Self
fn from(value: AuthorRehashReleaseBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AuthorRehashReleaseBody> for AuthorRehashReleaseBody
impl TryFrom<AuthorRehashReleaseBody> for AuthorRehashReleaseBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AuthorRehashReleaseBody) -> Result<Self, ConversionError>
fn try_from(value: AuthorRehashReleaseBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AuthorRehashReleaseBody
impl RefUnwindSafe for AuthorRehashReleaseBody
impl Send for AuthorRehashReleaseBody
impl Sync for AuthorRehashReleaseBody
impl Unpin for AuthorRehashReleaseBody
impl UnsafeUnpin for AuthorRehashReleaseBody
impl UnwindSafe for AuthorRehashReleaseBody
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