pub struct SshPublisherConfig {
pub publishers: Vec<SshPublisherEntry>,
}Fields§
§publishers: Vec<SshPublisherEntry>Trait Implementations§
Source§impl Clone for SshPublisherConfig
impl Clone for SshPublisherConfig
Source§fn clone(&self) -> SshPublisherConfig
fn clone(&self) -> SshPublisherConfig
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 SshPublisherConfig
impl Debug for SshPublisherConfig
Source§impl Default for SshPublisherConfig
impl Default for SshPublisherConfig
Source§fn default() -> SshPublisherConfig
fn default() -> SshPublisherConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SshPublisherConfig
impl<'de> Deserialize<'de> for SshPublisherConfig
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 SshPublisherConfig
Source§impl PartialEq for SshPublisherConfig
impl PartialEq for SshPublisherConfig
Source§impl Serialize for SshPublisherConfig
impl Serialize for SshPublisherConfig
impl StructuralPartialEq for SshPublisherConfig
Auto Trait Implementations§
impl Freeze for SshPublisherConfig
impl RefUnwindSafe for SshPublisherConfig
impl Send for SshPublisherConfig
impl Sync for SshPublisherConfig
impl Unpin for SshPublisherConfig
impl UnsafeUnpin for SshPublisherConfig
impl UnwindSafe for SshPublisherConfig
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