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