pub struct ControllerOptions {
pub force: bool,
pub resource: bool,
pub route: bool,
}Fields§
§force: bool§resource: bool§route: boolTrait Implementations§
Source§impl Clone for ControllerOptions
impl Clone for ControllerOptions
Source§fn clone(&self) -> ControllerOptions
fn clone(&self) -> ControllerOptions
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 moreimpl Copy for ControllerOptions
Source§impl Debug for ControllerOptions
impl Debug for ControllerOptions
Source§impl Default for ControllerOptions
impl Default for ControllerOptions
Source§fn default() -> ControllerOptions
fn default() -> ControllerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ControllerOptions
impl RefUnwindSafe for ControllerOptions
impl Send for ControllerOptions
impl Sync for ControllerOptions
impl Unpin for ControllerOptions
impl UnsafeUnpin for ControllerOptions
impl UnwindSafe for ControllerOptions
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