pub struct LabelMapsLinks {
pub seabee_label_target_map: Option<Link>,
}Fields§
§seabee_label_target_map: Option<Link>Trait Implementations§
Source§impl Default for LabelMapsLinks
impl Default for LabelMapsLinks
Source§fn default() -> LabelMapsLinks
fn default() -> LabelMapsLinks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LabelMapsLinks
impl RefUnwindSafe for LabelMapsLinks
impl Send for LabelMapsLinks
impl !Sync for LabelMapsLinks
impl Unpin for LabelMapsLinks
impl UnwindSafe for LabelMapsLinks
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