pub struct BuildLogRef(pub String);Expand description
Reference to a build log output produced during execution.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for BuildLogRef
impl AsRef<str> for BuildLogRef
Source§impl Clone for BuildLogRef
impl Clone for BuildLogRef
Source§fn clone(&self) -> BuildLogRef
fn clone(&self) -> BuildLogRef
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 BuildLogRef
impl Debug for BuildLogRef
Source§impl<'de> Deserialize<'de> for BuildLogRef
impl<'de> Deserialize<'de> for BuildLogRef
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 Display for BuildLogRef
impl Display for BuildLogRef
Source§impl From<BuildLogRef> for String
impl From<BuildLogRef> for String
Source§fn from(value: BuildLogRef) -> Self
fn from(value: BuildLogRef) -> Self
Converts to this type from the input type.
Source§impl FromStr for BuildLogRef
impl FromStr for BuildLogRef
Source§impl Hash for BuildLogRef
impl Hash for BuildLogRef
Source§impl Ord for BuildLogRef
impl Ord for BuildLogRef
Source§fn cmp(&self, other: &BuildLogRef) -> Ordering
fn cmp(&self, other: &BuildLogRef) -> 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 BuildLogRef
impl PartialEq for BuildLogRef
Source§impl PartialOrd for BuildLogRef
impl PartialOrd for BuildLogRef
Source§impl Serialize for BuildLogRef
impl Serialize for BuildLogRef
Source§impl TryFrom<&str> for BuildLogRef
impl TryFrom<&str> for BuildLogRef
Source§impl TryFrom<String> for BuildLogRef
impl TryFrom<String> for BuildLogRef
impl Eq for BuildLogRef
impl StructuralPartialEq for BuildLogRef
Auto Trait Implementations§
impl Freeze for BuildLogRef
impl RefUnwindSafe for BuildLogRef
impl Send for BuildLogRef
impl Sync for BuildLogRef
impl Unpin for BuildLogRef
impl UnwindSafe for BuildLogRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.