pub struct SerializedSecurityInfo { /* private fields */ }Implementations§
Source§impl SerializedSecurityInfo
impl SerializedSecurityInfo
pub fn available<T>(self, value: T) -> Self
pub fn chain_supported<T>(self, value: T) -> Self
pub fn is_open_source<T>(self, value: T) -> Self
pub fn is_proxy<T>(self, value: T) -> Self
pub fn is_renounced<T>(self, value: T) -> Self
pub fn is_safe<T>(self, value: T) -> Self
pub fn last_refreshed_at<T>(self, value: T) -> Self
pub fn launchpad_name<T>(self, value: T) -> Self
pub fn owner_address<T>(self, value: T) -> Self
pub fn raw<T>(self, value: T) -> Self
pub fn source_type<T>(self, value: T) -> Self
pub fn vuln_count<T>(self, value: T) -> Self
pub fn vuln_critical_count<T>(self, value: T) -> Self
pub fn vuln_mitigated_count<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SerializedSecurityInfo
impl Clone for SerializedSecurityInfo
Source§fn clone(&self) -> SerializedSecurityInfo
fn clone(&self) -> SerializedSecurityInfo
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 SerializedSecurityInfo
impl Debug for SerializedSecurityInfo
Source§impl Default for SerializedSecurityInfo
impl Default for SerializedSecurityInfo
Source§impl From<SerializedSecurityInfo> for SerializedSecurityInfo
impl From<SerializedSecurityInfo> for SerializedSecurityInfo
Source§fn from(value: SerializedSecurityInfo) -> Self
fn from(value: SerializedSecurityInfo) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SerializedSecurityInfo> for SerializedSecurityInfo
impl TryFrom<SerializedSecurityInfo> for SerializedSecurityInfo
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SerializedSecurityInfo) -> Result<Self, ConversionError>
fn try_from(value: SerializedSecurityInfo) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SerializedSecurityInfo
impl RefUnwindSafe for SerializedSecurityInfo
impl Send for SerializedSecurityInfo
impl Sync for SerializedSecurityInfo
impl Unpin for SerializedSecurityInfo
impl UnsafeUnpin for SerializedSecurityInfo
impl UnwindSafe for SerializedSecurityInfo
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