pub enum Expand {
Organization,
Scopes,
}Expand description
Which field to expand
Variants§
Trait Implementations§
impl StructuralPartialEq for Expand
Auto Trait Implementations§
impl Freeze for Expand
impl RefUnwindSafe for Expand
impl Send for Expand
impl Sync for Expand
impl Unpin for Expand
impl UnwindSafe for Expand
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