pub struct UpdateLdapTargetOutput {
pub target_id: Option<i64>,
}Fields§
§target_id: Option<i64>Implementations§
Source§impl UpdateLdapTargetOutput
impl UpdateLdapTargetOutput
pub fn new() -> UpdateLdapTargetOutput
Trait Implementations§
Source§impl Clone for UpdateLdapTargetOutput
impl Clone for UpdateLdapTargetOutput
Source§fn clone(&self) -> UpdateLdapTargetOutput
fn clone(&self) -> UpdateLdapTargetOutput
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 UpdateLdapTargetOutput
impl Debug for UpdateLdapTargetOutput
Source§impl Default for UpdateLdapTargetOutput
impl Default for UpdateLdapTargetOutput
Source§fn default() -> UpdateLdapTargetOutput
fn default() -> UpdateLdapTargetOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateLdapTargetOutput
impl<'de> Deserialize<'de> for UpdateLdapTargetOutput
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 UpdateLdapTargetOutput
impl PartialEq for UpdateLdapTargetOutput
Source§fn eq(&self, other: &UpdateLdapTargetOutput) -> bool
fn eq(&self, other: &UpdateLdapTargetOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateLdapTargetOutput
impl Serialize for UpdateLdapTargetOutput
impl StructuralPartialEq for UpdateLdapTargetOutput
Auto Trait Implementations§
impl Freeze for UpdateLdapTargetOutput
impl RefUnwindSafe for UpdateLdapTargetOutput
impl Send for UpdateLdapTargetOutput
impl Sync for UpdateLdapTargetOutput
impl Unpin for UpdateLdapTargetOutput
impl UnsafeUnpin for UpdateLdapTargetOutput
impl UnwindSafe for UpdateLdapTargetOutput
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