pub struct organizationViewPreferences;Trait Implementations§
Source§impl Field for organizationViewPreferences
impl Field for organizationViewPreferences
Source§impl HasField<organizationViewPreferences> for CustomView
impl HasField<organizationViewPreferences> for CustomView
Source§type Type = Option<ViewPreferences>
type Type = Option<ViewPreferences>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for organizationViewPreferences
impl RefUnwindSafe for organizationViewPreferences
impl Send for organizationViewPreferences
impl Sync for organizationViewPreferences
impl Unpin for organizationViewPreferences
impl UnwindSafe for organizationViewPreferences
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