Struct aws_sdk_rekognition::model::Parent
source · [−]#[non_exhaustive]pub struct Parent { /* private fields */ }Expand description
A parent label for a label. A label can have 0, 1, or more parents.
Implementations
Trait Implementations
impl StructuralPartialEq for Parent
Auto Trait Implementations
impl RefUnwindSafe for Parent
impl Send for Parent
impl Sync for Parent
impl Unpin for Parent
impl UnwindSafe for Parent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more