pub struct ManagerBuilder { /* private fields */ }Expand description
Used to initialise a manager
Implementations§
Trait Implementations§
Source§impl Default for ManagerBuilder
impl Default for ManagerBuilder
Source§impl From<ManagerBuilder> for Manager
impl From<ManagerBuilder> for Manager
Source§fn from(val: ManagerBuilder) -> Self
fn from(val: ManagerBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ManagerBuilder
impl !RefUnwindSafe for ManagerBuilder
impl !Send for ManagerBuilder
impl Sync for ManagerBuilder
impl Unpin for ManagerBuilder
impl !UnwindSafe for ManagerBuilder
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