pub struct ResourceProperties {
pub excludes_descendants: Option<bool>,
}Expand description
The properties associated with the resource of the request.
This type is not used in any activity, and only used as part of another schema.
Fields§
§excludes_descendants: Option<bool>Whether an approval will exclude the descendants of the resource being requested.
Trait Implementations§
Source§impl Clone for ResourceProperties
impl Clone for ResourceProperties
Source§fn clone(&self) -> ResourceProperties
fn clone(&self) -> ResourceProperties
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 ResourceProperties
impl Debug for ResourceProperties
Source§impl Default for ResourceProperties
impl Default for ResourceProperties
Source§fn default() -> ResourceProperties
fn default() -> ResourceProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceProperties
impl<'de> Deserialize<'de> for ResourceProperties
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 Serialize for ResourceProperties
impl Serialize for ResourceProperties
impl Part for ResourceProperties
Auto Trait Implementations§
impl Freeze for ResourceProperties
impl RefUnwindSafe for ResourceProperties
impl Send for ResourceProperties
impl Sync for ResourceProperties
impl Unpin for ResourceProperties
impl UnwindSafe for ResourceProperties
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