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