pub struct ScopeEntityLink {
pub scope_id: String,
pub entity_id: String,
}Fields§
§scope_id: String§entity_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeEntityLink
impl RefUnwindSafe for ScopeEntityLink
impl Send for ScopeEntityLink
impl Sync for ScopeEntityLink
impl Unpin for ScopeEntityLink
impl UnsafeUnpin for ScopeEntityLink
impl UnwindSafe for ScopeEntityLink
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