pub struct RelationSiteLib { /* private fields */ }Expand description
Loadable relation-site library.
Implementations§
Source§impl RelationSiteLib
impl RelationSiteLib
Sourcepub fn new(site: RelationSite) -> Self
pub fn new(site: RelationSite) -> Self
Creates a library exporting site.
Trait Implementations§
Source§impl Lib for RelationSiteLib
impl Lib for RelationSiteLib
Auto Trait Implementations§
impl !RefUnwindSafe for RelationSiteLib
impl !UnwindSafe for RelationSiteLib
impl Freeze for RelationSiteLib
impl Send for RelationSiteLib
impl Sync for RelationSiteLib
impl Unpin for RelationSiteLib
impl UnsafeUnpin for RelationSiteLib
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