pub struct Connect {
pub from_sheet: String,
pub from_cell: String,
pub to_sheet: String,
pub to_cell: String,
}Expand description
A connection between shapes on a page.
Fields§
§from_sheet: String§from_cell: String§to_sheet: String§to_cell: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Connect
impl RefUnwindSafe for Connect
impl Send for Connect
impl Sync for Connect
impl Unpin for Connect
impl UnsafeUnpin for Connect
impl UnwindSafe for Connect
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