pub struct BasinInfo {
pub name: BasinName,
pub scope: Option<BasinScope>,
pub state: BasinState,
}Fields§
§name: BasinName§scope: Option<BasinScope>§state: BasinStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for BasinInfo
impl RefUnwindSafe for BasinInfo
impl Send for BasinInfo
impl Sync for BasinInfo
impl Unpin for BasinInfo
impl UnwindSafe for BasinInfo
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