pub struct Refer {
pub attributes: ReferAttributes,
pub refer_sip: Option<ReferSip>,
}Fields§
§attributes: ReferAttributes§refer_sip: Option<ReferSip>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Refer
impl RefUnwindSafe for Refer
impl Send for Refer
impl Sync for Refer
impl Unpin for Refer
impl UnwindSafe for Refer
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