pub struct BindComputerRequest {
pub principal: PrincipalRef,
pub role: String,
}Fields§
§principal: PrincipalRef§role: StringTrait Implementations§
Source§impl Clone for BindComputerRequest
impl Clone for BindComputerRequest
Source§fn clone(&self) -> BindComputerRequest
fn clone(&self) -> BindComputerRequest
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 BindComputerRequest
impl Debug for BindComputerRequest
Source§impl<'de> Deserialize<'de> for BindComputerRequest
impl<'de> Deserialize<'de> for BindComputerRequest
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
impl Eq for BindComputerRequest
Source§impl PartialEq for BindComputerRequest
impl PartialEq for BindComputerRequest
Source§impl Serialize for BindComputerRequest
impl Serialize for BindComputerRequest
impl StructuralPartialEq for BindComputerRequest
Auto Trait Implementations§
impl Freeze for BindComputerRequest
impl RefUnwindSafe for BindComputerRequest
impl Send for BindComputerRequest
impl Sync for BindComputerRequest
impl Unpin for BindComputerRequest
impl UnsafeUnpin for BindComputerRequest
impl UnwindSafe for BindComputerRequest
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