pub struct GATEncoder { /* private fields */ }Expand description
Multi-layer GAT encoder for GraphMAE.
Implementations§
Auto Trait Implementations§
impl Freeze for GATEncoder
impl RefUnwindSafe for GATEncoder
impl Send for GATEncoder
impl Sync for GATEncoder
impl Unpin for GATEncoder
impl UnsafeUnpin for GATEncoder
impl UnwindSafe for GATEncoder
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