pub struct SshPublisherEntry {
pub fingerprint: String,
pub id: String,
pub push: bool,
}Fields§
§fingerprint: String§id: String§push: boolTrait Implementations§
Source§impl Clone for SshPublisherEntry
impl Clone for SshPublisherEntry
Source§fn clone(&self) -> SshPublisherEntry
fn clone(&self) -> SshPublisherEntry
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 SshPublisherEntry
impl Debug for SshPublisherEntry
Source§impl<'de> Deserialize<'de> for SshPublisherEntry
impl<'de> Deserialize<'de> for SshPublisherEntry
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 SshPublisherEntry
Source§impl PartialEq for SshPublisherEntry
impl PartialEq for SshPublisherEntry
Source§impl Serialize for SshPublisherEntry
impl Serialize for SshPublisherEntry
impl StructuralPartialEq for SshPublisherEntry
Auto Trait Implementations§
impl Freeze for SshPublisherEntry
impl RefUnwindSafe for SshPublisherEntry
impl Send for SshPublisherEntry
impl Sync for SshPublisherEntry
impl Unpin for SshPublisherEntry
impl UnsafeUnpin for SshPublisherEntry
impl UnwindSafe for SshPublisherEntry
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