Struct neural_networks_rust::preprocessing::attach_ids::AttachIds
source · pub struct AttachIds(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AttachIds
impl Send for AttachIds
impl Sync for AttachIds
impl Unpin for AttachIds
impl UnwindSafe for AttachIds
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