pub struct GetCertificate {
pub origin: String,
}Fields§
§origin: StringTrait Implementations§
Source§impl Clone for GetCertificate
impl Clone for GetCertificate
Source§fn clone(&self) -> GetCertificate
fn clone(&self) -> GetCertificate
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 GetCertificate
impl Debug for GetCertificate
Source§impl<'de> Deserialize<'de> for GetCertificate
impl<'de> Deserialize<'de> for GetCertificate
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 Method for GetCertificate
impl Method for GetCertificate
const NAME: &'static str = "Network.getCertificate"
type ReturnObject = GetCertificateReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetCertificate
impl PartialEq for GetCertificate
Source§impl Serialize for GetCertificate
impl Serialize for GetCertificate
impl StructuralPartialEq for GetCertificate
Auto Trait Implementations§
impl Freeze for GetCertificate
impl RefUnwindSafe for GetCertificate
impl Send for GetCertificate
impl Sync for GetCertificate
impl Unpin for GetCertificate
impl UnwindSafe for GetCertificate
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