pub struct ComputerName(/* private fields */);Expand description
A Jenkins computer/node name.
Implementations§
Trait Implementations§
Source§impl Clone for ComputerName
impl Clone for ComputerName
Source§fn clone(&self) -> ComputerName
fn clone(&self) -> ComputerName
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 ComputerName
impl Debug for ComputerName
Source§impl<'de> Deserialize<'de> for ComputerName
impl<'de> Deserialize<'de> for ComputerName
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
Source§impl From<&str> for ComputerName
impl From<&str> for ComputerName
Source§impl From<String> for ComputerName
impl From<String> for ComputerName
Source§impl Hash for ComputerName
impl Hash for ComputerName
Source§impl Ord for ComputerName
impl Ord for ComputerName
Source§fn cmp(&self, other: &ComputerName) -> Ordering
fn cmp(&self, other: &ComputerName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ComputerName
impl PartialEq for ComputerName
Source§impl PartialOrd for ComputerName
impl PartialOrd for ComputerName
Source§impl Serialize for ComputerName
impl Serialize for ComputerName
impl Eq for ComputerName
impl StructuralPartialEq for ComputerName
Auto Trait Implementations§
impl Freeze for ComputerName
impl RefUnwindSafe for ComputerName
impl Send for ComputerName
impl Sync for ComputerName
impl Unpin for ComputerName
impl UnwindSafe for ComputerName
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