Struct fcplug_build::GoObjectPath
source · pub struct GoObjectPath {
pub import: String,
pub object_ident: String,
}Fields§
§import: Stringe.g. github.com/xxx/mypkg
object_ident: Stringe.g. mypkg.Abc
Trait Implementations§
source§impl Clone for GoObjectPath
impl Clone for GoObjectPath
source§fn clone(&self) -> GoObjectPath
fn clone(&self) -> GoObjectPath
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for GoObjectPath
impl Send for GoObjectPath
impl Sync for GoObjectPath
impl Unpin for GoObjectPath
impl UnwindSafe for GoObjectPath
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