pub struct TestIamPermission { /* private fields */ }
Expand description
The request needed to perform the Object::test_iam_permission function.
Trait Implementations§
Source§impl Debug for TestIamPermission
impl Debug for TestIamPermission
Source§impl<'de> Deserialize<'de> for TestIamPermission
impl<'de> Deserialize<'de> for TestIamPermission
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 PartialEq for TestIamPermission
impl PartialEq for TestIamPermission
impl StructuralPartialEq for TestIamPermission
Auto Trait Implementations§
impl Freeze for TestIamPermission
impl RefUnwindSafe for TestIamPermission
impl Send for TestIamPermission
impl Sync for TestIamPermission
impl Unpin for TestIamPermission
impl UnwindSafe for TestIamPermission
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