Skip to content

Commit

Permalink
Add dummy_field to Untransferable Object (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermanyang authored Dec 3, 2024
1 parent 8f2df33 commit e178671
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ impl ObjectWithMetadata {
}

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Untransferable;
pub struct Untransferable {
dummy_field: bool,
}

impl TryFrom<&WriteResource> for Untransferable {
type Error = anyhow::Error;
Expand Down

0 comments on commit e178671

Please sign in to comment.