pub struct LocationRef<'a> {
pub role: Option<&'a str>,
pub entity: Option<&'a str>,
pub collab_id: Option<&'a str>,
pub block_type: Option<&'a str>,
}
Fields§
§role: Option<&'a str>
§entity: Option<&'a str>
§collab_id: Option<&'a str>
§block_type: Option<&'a str>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LocationRef<'a>
impl<'a> RefUnwindSafe for LocationRef<'a>
impl<'a> Send for LocationRef<'a>
impl<'a> Sync for LocationRef<'a>
impl<'a> Unpin for LocationRef<'a>
impl<'a> UnwindSafe for LocationRef<'a>
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