Struct librepages::pages::dash::sites::delete::DeleteOptions
source · [−]Fields
show_deploy_secret: Option<bool>
Trait Implementations
sourceimpl Clone for DeleteOptions
impl Clone for DeleteOptions
sourcefn clone(&self) -> DeleteOptions
fn clone(&self) -> DeleteOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteOptions
impl Debug for DeleteOptions
sourceimpl<'de> Deserialize<'de> for DeleteOptions
impl<'de> Deserialize<'de> for DeleteOptions
sourcefn 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
sourceimpl PartialEq<DeleteOptions> for DeleteOptions
impl PartialEq<DeleteOptions> for DeleteOptions
sourcefn eq(&self, other: &DeleteOptions) -> bool
fn eq(&self, other: &DeleteOptions) -> bool
sourceimpl Serialize for DeleteOptions
impl Serialize for DeleteOptions
impl Eq for DeleteOptions
impl StructuralEq for DeleteOptions
impl StructuralPartialEq for DeleteOptions
Auto Trait Implementations
impl RefUnwindSafe for DeleteOptions
impl Send for DeleteOptions
impl Sync for DeleteOptions
impl Unpin for DeleteOptions
impl UnwindSafe for DeleteOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.