pub struct ManageSetDefaultConstraintsResponse {
pub ok: bool,
pub error: Option<String>,
pub fingerprint: Option<String>,
pub default_confirm: Option<bool>,
pub default_lifetime_seconds: Option<u64>,
}Expand description
Response for manage.set_default_constraints operation
Fields§
§ok: bool§error: Option<String>§fingerprint: Option<String>§default_confirm: Option<bool>§default_lifetime_seconds: Option<u64>Trait Implementations§
Source§impl Clone for ManageSetDefaultConstraintsResponse
impl Clone for ManageSetDefaultConstraintsResponse
Source§fn clone(&self) -> ManageSetDefaultConstraintsResponse
fn clone(&self) -> ManageSetDefaultConstraintsResponse
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<'de> Deserialize<'de> for ManageSetDefaultConstraintsResponse
impl<'de> Deserialize<'de> for ManageSetDefaultConstraintsResponse
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
Auto Trait Implementations§
impl Freeze for ManageSetDefaultConstraintsResponse
impl RefUnwindSafe for ManageSetDefaultConstraintsResponse
impl Send for ManageSetDefaultConstraintsResponse
impl Sync for ManageSetDefaultConstraintsResponse
impl Unpin for ManageSetDefaultConstraintsResponse
impl UnsafeUnpin for ManageSetDefaultConstraintsResponse
impl UnwindSafe for ManageSetDefaultConstraintsResponse
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