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