Struct Rreadlink
pub struct Rreadlink {
pub target: String,
}
Fields§
§target: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rreadlink
impl RefUnwindSafe for Rreadlink
impl Send for Rreadlink
impl Sync for Rreadlink
impl Unpin for Rreadlink
impl UnwindSafe for Rreadlink
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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