pub struct GraphPolicyDocument {
pub graph_policy: GraphPolicy,
}Fields§
§graph_policy: GraphPolicyImplementations§
Trait Implementations§
Source§impl Clone for GraphPolicyDocument
impl Clone for GraphPolicyDocument
Source§fn clone(&self) -> GraphPolicyDocument
fn clone(&self) -> GraphPolicyDocument
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 GraphPolicyDocument
impl Debug for GraphPolicyDocument
Source§impl<'de> Deserialize<'de> for GraphPolicyDocument
impl<'de> Deserialize<'de> for GraphPolicyDocument
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 GraphPolicyDocument
impl RefUnwindSafe for GraphPolicyDocument
impl Send for GraphPolicyDocument
impl Sync for GraphPolicyDocument
impl Unpin for GraphPolicyDocument
impl UnsafeUnpin for GraphPolicyDocument
impl UnwindSafe for GraphPolicyDocument
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